From 0d49b97fcea9eda93dec9418fd383f1f6433487b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 May 2013 21:35:39 -0400 Subject: [PATCH] Silence a compiler warning --- gtk/tests/filechooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/tests/filechooser.c b/gtk/tests/filechooser.c index e37babe46d..529f87d46b 100644 --- a/gtk/tests/filechooser.c +++ b/gtk/tests/filechooser.c @@ -653,7 +653,7 @@ test_file_chooser_button_with_response (const FileChooserButtonTest *setup, gint { WindowAndButton w; SignalWatcher *watcher; - GtkWidget *fc_dialog; + GtkWidget *fc_dialog = NULL; int iterations; int i; -- 2.30.2